Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hppmanipulationwidgets] Fix memory allocation bug. #52

Merged

Conversation

florent-lamiraux
Copy link
Contributor

Type hpp::ConfigProjStat_var does not allocate space to store data and
data was accessed in the code leading to a segmentation fault. This commit
fixes the issue. However, it is very surprising that this used to work.

florent-lamiraux and others added 2 commits September 9, 2024 15:37
  Type hpp::ConfigProjStat_var does not allocate space to store data and
  data was accessed in the code leading to a segmentation fault. This commit
  fixes the issue. However, it is very surprising that this used to work.
@florent-lamiraux florent-lamiraux merged commit 1a6bd0c into humanoid-path-planner:devel Sep 9, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants